home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / fdesk.zip / CDESK.CFG next >
Text File  |  1992-02-22  |  5KB  |  132 lines

  1. ;
  2. ; This file is used to control the environment under which the FrontDesk
  3. ; system operates
  4. ;
  5. ; Each of the following parameters serves a unique function which is fully
  6. ; explained in the documentation
  7. ;
  8.  
  9. ; This line says that you have to have a security class of at least 100
  10. ; in order to reserve time between 3:00 and 4:00 am on Mondays.
  11.  
  12. access window monday 03:00 04:00 100
  13.  
  14. ; This line says that the sephamore, key, and other files will be found
  15. ; in the the directory c:\hlutil
  16.  
  17. path to files c:\hlutil
  18.  
  19. ; This line indicates that you are operating a multinode BBS, and that
  20. ; locking will done around all of the FrontDesk file update operations.
  21. ;
  22. ; For this to work YOU MUST HAVE share.exe loaded.
  23.  
  24. multinode system
  25.  
  26. ; This line controls the grace period.  If I make a reservation, and I dial
  27. ; in upto 10 minutes AFTER my reservation, it will still be honored.
  28. ;
  29. ; Example, I reserve this board for 4:00 am.  Between 4:00 and 4:10 am, I
  30. ; will be the only one allowed to access to the board.  After 4:10, any
  31. ; other persons may use the board (including me).  See the documentation
  32. ; for exceptions to this scenario.
  33.  
  34. grace period 5
  35.  
  36. ; This line indicates how many reservations a person may have.  In this
  37. ; case the limit is four.  This means that I may have no more than four
  38. ; reservations pending.  I may make reservations for four different date
  39. ; and time combinations.
  40.  
  41. maximum reservations per person 4
  42.  
  43. ; This line indicates the minimum security level that a user must have in
  44. ; order to reserve the same time every day.  While this counts as a single
  45. ; reservation entry, it is in effect for every day of the week.  This type
  46. ; of reservation does not check against the established access windows.
  47. ;
  48. ; A good example of who would use this is the Sysop on vacation.  Want to
  49. ; dial in and read your mail, but don't want to have to fight with your
  50. ; users for access.  Simply reserve the system for the same time every day
  51. ; and enjoy yourself.  You will know that you'll always be able to logon.
  52.  
  53. permanent reservation security level 100
  54.  
  55. ; In registered systems, this will cause all displays from FDESK to be
  56. ; suppressed unless there is some type of reservation conflict.
  57.  
  58. quiet mode
  59.  
  60. ; All of the RemoteAccess only features require that the bbs type be set
  61. ; to RA.  If it is not, the extra features will NOT be active.  The default
  62. ; bbs type is OTHER not RA.
  63.  
  64. bbs type ra
  65.  
  66. ; This displays YOUR time zone to callers during RDESK execution.  It helps
  67. ; them determine the difference in times between thier zone and yours.  It
  68. ; DOES NOT alter times to compensate for differences in time zones.  Your
  69. ; users must still do that.  All times entered are for YOUR time zone.
  70.  
  71. time zone RMT
  72.  
  73. ; This command is for RemoteAccess systems only
  74. ;
  75. ; This command determines the lenght of a BBS session which is the result of
  76. ; a reservation.  This permits you to add a level of control for the sessions
  77. ; for which time was reserved.
  78.  
  79. session limit 30 100
  80.  
  81. ; This command is for RemoteAccess systems only.
  82. ;
  83. ; Some functions require a direct update of your USERS.BBS file.  This
  84. ; command specifies the location for the USERS.BBS file.
  85.  
  86. path to users.bbs c:\qc25
  87.  
  88. ; This command is for RemoteAccess systems only.
  89. ;
  90. ; Some functions require the use of the EXITINFO.BBS file in order to pass
  91. ; information to RemoteAccess.  This command specifies the location of the
  92. ; EXITINFO.BBS file.
  93.  
  94. path to exitinfo.bbs c:\ra
  95.  
  96. ; This command is for RemoteAccess systems only.
  97. ;
  98. ; Some functions require the use of the CONFIG.RA file in order to pass
  99. ; information to RemoteAccess.  This command specifies the location of the
  100. ; CONFIG.RA file.
  101.  
  102. path to config.ra c:\qc25
  103.  
  104. ; This command is for RemoteAccess systems only.
  105. ;
  106. ; When a session cannot be established because of a reservation, the user
  107. ; flag specified will be altered as specified.
  108.  
  109. flag no session a8+
  110.  
  111. ; This command is for RemoteAccess systems only.
  112. ;
  113. ; When a session is established because of a lack of reservations, the user
  114. ; flag specified will be altered as specified.
  115.  
  116. flag regular session a7+
  117.  
  118. ; This command is for RemoteAccess systems only.
  119. ;
  120. ; When a session is established, but shortened due to a pending reservation,
  121. ; the flag specified will be altered as specified.
  122.  
  123. ;flag shortened session a6+
  124.  
  125. ; This command is for RemoteAccess systems only.
  126. ;
  127. ; When a session is established because of a reservation, the user
  128. ; flag specified will be altered as specified.
  129.  
  130. flag reserved session a5+
  131.  
  132.